home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / print / spreadit.arj / SPREAD.DOC < prev    next >
Text File  |  1994-02-18  |  2KB  |  74 lines

  1.  
  2.    SPREAD.DOC      February 18, 1994
  3.  
  4. *****************************************************************************
  5.  
  6.  
  7.  NO REGISTRATION IS REQUIRED, BUT...
  8.  
  9.  IF YOU LIKE AND USE THIS PROGRAM, A DONATION OF $ 5.00 WOULD BE APPRECIATED
  10.  
  11.  PLEASE MAIL TO:
  12.  
  13.  Nicolas Garcia
  14.  24 Brookside Dr.
  15.  Hubbard, OH  44425
  16.  
  17.  Also, If you have any questions or suggestions, please write.   Thank You.
  18.  
  19. *****************************************************************************
  20.  
  21.    This archive contains SPREAD.EXE version 1.0, SPREAD.DOC & README.BAT
  22.  
  23.  
  24.    INTRODUCTION:
  25.  
  26.    SPREAD is a very simple to use program which allows the user to take
  27.    an ASCII text file and convert it to a column format for easier
  28.    printing or viewing.
  29.  
  30.    It also will allow you to specify the left-most number of characters
  31.    per line to use, ignoring the data beyond that line position.
  32.  
  33.    SPREAD will in NO WAY modify your SOURCE file!
  34.  
  35.    For Example:
  36.  
  37.    Let's say that you have a directory on your hard drive which contains
  38.    3,000 files and you would like a print-out of them after you sorted
  39.    your directory.
  40.  
  41.    To pipe the info into a file (DIR *.* > FILE) then print it would take
  42.    nearly 50 pages. Each line of data would be about 39 characters wide.
  43.  
  44.    Re: (  SPREAD  .EXE    31744   07-26-93  9:16a  ).
  45.  
  46.  
  47.    But lets use SPREAD. It offers a choice of 80 or 132 character page
  48.    width. With 80 it would cut your pages required in half. With 132 you
  49.    would use one third the amount of paper.
  50.  
  51.    But, what if all you wanted were the names of the files. Let's say you
  52.    did'nt need to know the size, date, or time.
  53.  
  54.    SPREAD asks if you would like to PAD the output file. If you answer Yes
  55.    to this question, SPREAD will take the left-most characters of the
  56.    length you PAD to.
  57.  
  58.    So if you were to choose 12, (8 for DOS name size, one for period, and
  59.    three for the extension), SPREAD will take the leftmost 12 characters
  60.    of each line, add 2 spaces, and give you 5 columns on an 80 character
  61.    page width, or 9 columns on a 132 character page width.
  62.  
  63.    You can now fit 3,000 filenames on less than six pages!
  64.  
  65.    SPREAD's page length is "hard coded" at 58 lines per page so it will
  66.    work on printers like HP Deskjet that only handle 60-62 lines per page.
  67.    Each page in SPREAD.TXT has a [page break] character following the 
  68.    page number. 
  69.  
  70.  
  71.              I HOPE THIS PROGRAM WAS HELPFULL TO YOU. ENJOY !     
  72.  
  73.  
  74.